This repository was archived by the owner on Mar 9, 2026. It is now read-only.
refactor(skills): trim boundary-validator SKILL.md to spec#65
Merged
Conversation
"The skill will do the following." → "The skill:" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Strip spec-violating frontmatter fields (license, compatibility, metadata, allowed-tools); keep only name and description - Remove "When to use this skill", "What this skill does", and "How to use this skill" sections — all redundant after trigger - Replace Validation Criteria code examples with concise rule summaries + references to design-rules.md (140 lines removed) - Remove Philosophy, Limitations, Versioning, and footer sections - Remove examples/ directory (good-code.md 365 lines, bad-code.md 529 lines) — content overlaps with references/ SKILL.md: 351 lines → 78 lines Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove redundant opening line that duplicates the description field - Fix "report in this format" → "report findings in this format" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 23 23
Branches 5 5
=========================================
Hits 23 23 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Refactors
skills/boundary-validator/SKILL.mdto comply with the skill-creator spec, and removes theexamples/directory.Type of Change
Boundary Checklist
Security & API Stability
parse,ParseResult,ParseIssue,IssueCode)Testing
bun run check:type:sourcepassesbun run testpassesbun run buildpassesChanges
skills/boundary-validator/SKILL.md(351 lines → 78 lines)"The skill will do the following."→"The skill:"license,compatibility,metadata,allowed-tools) — onlynameanddescriptionare valid per specWhen to use this skill,What this skill does, andHow to use this skillsections — redundant after the skill triggersdesign-rules.md— content already exists in references/Philosophy,Limitations,Versioning, and footer sections — not useful during active code reviewskills/boundary-validator/examples/(removed)good-code.md(365 lines) andbad-code.md(529 lines) removedreferences/design-rules.md,security-rules.md, andapi-contract.mdexamples/is not a valid directory per skill-creator spec (onlyscripts/,references/,assets/)🤖 Generated with Claude Code